home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / sbin / kismetcfg < prev    next >
Text File  |  2006-03-30  |  613b  |  29 lines

  1. #!/bin/sh
  2.  
  3. # This script is an attempt to auto-detect your wireless card...
  4. # Hope this will work for all cards.
  5. # Please report bugs to pentoo@pentoo.ch
  6. # This is ugly, if you have something better give me a mail
  7.  
  8. iwconfig > /tmp/wificard
  9.  
  10. cat /tmp/wificard | grep "IEEE" > /tmp/wificard
  11.  
  12. WIFI=`cat /tmp/wificard`
  13.  
  14. if [ ! -n $WIFI ]; then
  15.     lsmod > /tmp/wificard
  16.     if [ -n grep "orinoco" /tmp/fiwicard ]; then
  17.         ########3
  18.     fi
  19.     if [ -n grep "orinoco" /tmp/fiwicard ]; then
  20.         ########3
  21.     fi
  22.     if [ -n grep "orinoco" /tmp/fiwicard ]; then
  23.         ########3
  24.     fi
  25.     if [ -n grep "orinoco" /tmp/fiwicard ]; then
  26.         ########3
  27.     fi
  28.     
  29.